Problem with DBX Query limitation
Hi.
I have a table in my firebird database for label translations into diffrent languages.
I call data from that table with stored procedure and parameter on which language that report will be displayed, and i get back huge amount of fields.
Now i came to 405 fields. If i add field 406 i get error "unassigned code".
I guess there is limit in fast report how many fields i can get back with single DBX query.
Can this be increased ?. I will need quite some more fields in that table, it contains translations of common labels for a huge amount of reports (i am working on 400+ reports).
Or do you have any better suggestion how to translate content on reports into diffrent languages, but it must be DB based, since i only want 1 report of same kind, but it can have any number of languages ...
Thank you for your answer.
I have a table in my firebird database for label translations into diffrent languages.
I call data from that table with stored procedure and parameter on which language that report will be displayed, and i get back huge amount of fields.
Now i came to 405 fields. If i add field 406 i get error "unassigned code".
I guess there is limit in fast report how many fields i can get back with single DBX query.
Can this be increased ?. I will need quite some more fields in that table, it contains translations of common labels for a huge amount of reports (i am working on 400+ reports).
Or do you have any better suggestion how to translate content on reports into diffrent languages, but it must be DB based, since i only want 1 report of same kind, but it can have any number of languages ...
Thank you for your answer.
Comments